Removing osm-char-int-cast-bug-fix patch.
authorBernd Zeimetz <bernd@bzed.de>
Sun, 12 Jul 2009 19:54:48 +0000 (21:54 +0200)
committerBernd Zeimetz <bernd@bzed.de>
Sun, 12 Jul 2009 19:54:48 +0000 (21:54 +0200)
I hope that it was needed on arm only.

debian/patches/osm-char-int-cast-bug-fix [deleted file]
debian/patches/series

diff --git a/debian/patches/osm-char-int-cast-bug-fix b/debian/patches/osm-char-int-cast-bug-fix
deleted file mode 100644 (file)
index 9191555..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-osm.c: ikey is returned as int
-
-Don't cast to char and back without a reason.
-
---- a/osm.c
-+++ b/osm.c
-@@ -443,7 +443,7 @@ osm_features_init(void)
- }
--static char
-+static int
- osm_feature_ikey(const char *key)
- {
-       int result;
-@@ -535,7 +535,7 @@ osm_node_tag(const char *args, const cha
-       const char **avp = &attrv[0];
-       const char *key = "", *value = "";
-       char *str;
--      char ikey;
-+      int ikey;
-       
-         while (*avp) {
-               if (strcmp(avp[0], "k") == 0)
index 33ddbde083e077f09788503409c40a1b29009909..a1da4911d6a0374215ed770fc2862b236dd6bc58 100644 (file)
@@ -1,3 +1,2 @@
 xmldoc_formats_garmin_gpi
-osm-char-int-cast-bug-fix
 no-gpsbabel-pdf